/**
* Landing Page 
**/



.table > thead > tr > th { 
	color: #777; 
	border-bottom: 0; 
	text-transform: uppercase;
	font-weight: 400; 
}
.table > thead > tr > th, 
.table > tbody > tr > td { 
	font-size: 15px; 
	padding: 20px 20px; 
}
.table-bg > tbody > tr:nth-child(odd) > td, 
.table-bg > tbody > tr:nth-child(odd) > th { 
	background: #fff; 
}
.table-bg > tbody > tr:nth-child(even) > td, 
.table-bg > tbody > tr:nth-child(even) > th { 
	background: #f6f6f6; 
}
.scrollToTop{
	width: 40px; 
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center; 
	background: rgba(0, 0, 0, 0.2);
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	display: none;
}

.control-group .controls {
	overflow-x: hidden;
}

.price-footer{    margin-bottom: 10px;}
.header-phone {
	margin: 150px 0 50px;
}


/*      Here the code for the wizard           */

label{
    font-weight: 400;
    text-align: left;
}



.wizard-container{
   font-family: 'PT Sans' sans-serif;
    padding-top: 20px;
    z-index: 3;
}
.wizard-card{
    min-height: 410px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}



.wizard-card .tab-content{
    min-height: 340px;
    padding: 20px 40px;
}




.wizard-card .wizard-header h2{
    font-weight: 300;
    text-align: center;
    padding-top: 20px;
    color: #2e89f2;
    font-size: 30px;
}
.wizard-header p{text-align: center; font-weight: 300; font-size: 15px}

.wizard-title {
    border: 0 !important;
    text-transform: uppercase;
    background-color: #777777;
    color: #FFFFFF !important;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding:10px;

}



.wizard-card .info-text{
    text-align: center;
    font-weight: 400;
    margin: 10px 0 30px;
}


.tab-content>.tab-pane{display:block;}

